home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / recent1 / vinced.readme < prev   
Text File  |  1997-04-16  |  7KB  |  221 lines

  1. Short:    The final CON: solution, ^Z, XTerm, Intui-screens
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     util/shell
  5.  
  6.             About ViNCEd
  7. ---------------------------------------------------------------------------
  8. The latest version (3.32) of my full screen shell editor (CON: replacement)
  9.  
  10.         MAJOR VERSION UPDATE!    
  11.             A lot of new features have been added.
  12.  
  13. ---------------------------------------------------------------------------
  14.  
  15. Features:
  16. -Extremly flexible
  17. -Comes with prefs program with nice GUI
  18. -User defineable macros and buttons (gadgets) with parameters
  19. -Full screen editor, not line limited
  20. -Compatible to CON: and ConMan
  21. -VT-220 emulation build in
  22. -Supports control sequences of:
  23.     -CON:
  24.     -VT-220
  25.     -DEC
  26.     -XTerm (Unix Shells)
  27.     -SGI winterm
  28.     -plus private stuff (set keyboard,colors and font by ctrl seq)
  29. -TAB expansion, with different TAB requesters as option
  30. -Menu, clipboard support build in (no ConClip needed)
  31. -Online help plus documentation
  32. -Screen title might contain path/fail codes/CLI number & more
  33. -Localizeable (German available)
  34. -Job control à la unix with Ctrl-Z
  35.     -suspends shell jobs
  36.     -sends shell jobs to forgeground & background
  37.      using tiny shell scripts "fg" and "bg" like unix
  38. -documented library for own applications and editor programming
  39. -iconification support
  40. -easy installation
  41. -full control thru single program (SetVNC)
  42. -clipboard support, snip control with middle mouse button or Ctrl-left
  43. -can create private screens on request
  44. -font & monitor selectable by prefs
  45. -icon drop, with modifiers for path/name only
  46. -100% assembly language => fast & short
  47.  
  48. Plus:    It's 100% free !
  49.  
  50. -----------------------------------------------------------------------------
  51.  
  52. ----------history-- this is not the complete history, consult the guide !----
  53.  
  54. Changes made since 3.31:
  55.  
  56.     Failed to update the scrollers if the number of lines changed.
  57.  
  58. Changes made since 3.30:
  59.     
  60.     Updated the ViNCEd list requester. Works much better now, no reason
  61.     to use the standard requester any more.
  62.  
  63.     Encoded the SetVNC program to trick VirusWorkshop. Manual
  64.     installation should be done with care - use the decode program
  65.     in the "Extras" drawer.
  66.  
  67. Changes since 3.20....
  68.  
  69. -Added C style control codes for window titles, expanding into the path,
  70.  CLI number, fault code and more...
  71.  
  72. -Updated the TAB requester (subdirs can be entered now).
  73.  
  74. -Added a lot of open path arguments, specifying a font,screen etc...
  75.  
  76. -Added better custom screen support (default colors & font available)
  77.  
  78. -More defaults selectable from the prefs, like font/screenmode/color
  79.  requesters.
  80.  
  81. -Added switch for faster TAB expansion
  82.  
  83. -Added switch for sorting directories first
  84.  
  85. -Added SHIFT+TAB -> device list on empty line
  86.  
  87. -Middle mouse button can be disabled
  88.  
  89. -Close requester available.
  90.  
  91. -Fixed a LOT of bugs in 3.20. Incompatibilities with DW,MWM,ZShell,SShell
  92.  and more are now gone (I hope), one enforcer hit is gone 
  93.  (thanx Christopher...)
  94.  
  95. -Upated the installer script (now much smarter about source and destination
  96.  location)
  97.  
  98. -Fixed the SetFONT script.
  99.  
  100.  
  101. ****************************************************************************
  102.  
  103. To update from 3.xx to 3.30:
  104.  
  105.     Re-install, since A LOT of stuff changed!
  106.  
  107. -----------------------------------------------------------------------------
  108.  
  109. ANNOUNCEMENT:
  110.     If you selected the "Disable full screen Edit" setting on the
  111.     system page of SetVNC as setting for ViNCEd, you will have noticed
  112.     that the RETURN key does not operate like expected in the SHELL.
  113.  
  114.     THIS IS NOT A BUG! 
  115.  
  116.     This edit mode is for programs that wants to read masks from the
  117.     input, UNLIKE THE SHELL. DO NOT TURN IT ON FOR THE SHELL!
  118.  
  119.     If you like to glue the cursor to the edit position and don't want
  120.     it moving 'round the screen if marking blocks or scrolling, turn on
  121.     the XTerm Cursor Mode in the edit pages of SetVNC!
  122.  
  123.     If you prefer single TAB requesters, turn on both the "Requester if
  124.     expansion is not unique" and the "First TAB expands fully" flag
  125.     in the Shell pages of SetVNC.
  126.     
  127. -----------------------------------------------------------------------------
  128.  
  129. ANNOUNCEMENT:        Co-Authors wanted !
  130.  
  131. 1) Localization:
  132.  
  133. If you like to localize ViNCEd to your language, please send me some mail!
  134. You'll receive a complete archive how to do the job!
  135.  
  136. You need to provide:
  137.     - some knowledge about AmigaDOS and locales.
  138.     - some knowledge of your native language (-;
  139.  
  140.  
  141. An italian localization of ViNCEd is under construction - please contact
  142. me for more languages!
  143.  
  144.  
  145. 2) MUI Prefs editor:
  146.  
  147. I'd like somebody to write a MUI version of a prefs editor. This can't be a
  148. full replacement for SetVNC, but at least the global prefs should be edit-
  149. able with it. Some limitations of MUI (no intuition requesters) limit the
  150. possibilities of a MUI version of SetVNC, but this is O.K. for a prefs editor.
  151.  
  152. You need to provide:
  153.     - some knowledge about a programming language,
  154.         preferably assembler or C.
  155.     - knowledge about how to write GUIs with MUI.
  156.     - a registered version of MUI
  157.  
  158. You'll receive a documentation on how ViNCEd saves its preferences and on
  159. how to call the library functions to install the prefs.
  160.  
  161.  
  162. I'm sorry, but I can't offer any money for these jobs, cause ViNCEd is
  163. freeware. It is expected that you provide your work as freeware, too. I
  164. won't claim any copyright on these programs or databases, but I need your
  165. O.K. to include them in the ViNCEd archive. Contact me at the address below
  166. if you think you like to do the job(s).
  167.  
  168.         Thanx, Thomas
  169.  
  170. -----------------------------------------------------------------------------
  171.  
  172. Another note: 
  173.  
  174.     VirusWorkShop seems to have trouble with the overlay file structure
  175.     that is used by the SetVNC program.
  176.     THIS IS NOT A VIRUS! It is a bugfix of the oldish CBM overlay 
  177.     manager which is really buggy!
  178.     VirusWorkShop will be updated soon. (I hope)
  179.  
  180.     To trick VirusWorkshop, the SetVNC program in this archive is
  181.     encoded. Use the "Decode" program from the "Extras" drawer to
  182.     decode manually. The installer script has been updated to do 
  183.     this for you.
  184.  
  185.     Thanks Urban, for reporting!
  186.  
  187. ----------------------------------------------------------------------------
  188.  
  189.     Some virus checkers might complain about the set PktWait() pointer
  190.     of the VNCFiler.supervisor. Again:
  191.  
  192.     THIS IS NOT A VIRUS!
  193.  
  194.     Anti-Beol has been updated to handle this case, please 
  195.     update your copy as well!
  196.  
  197. -----------------------------------------------------------------------------
  198.  
  199. Send ideas, improvements, bugreports (please as concrete as possible) to:
  200.  
  201.  
  202.     Thomas Richter
  203.  
  204.  
  205. EMail:    thor@einstein.math.tu-berlin.de
  206.  
  207. or "Wisit the Web" site:
  208.  
  209. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  210.  
  211. -----------------------------------------------------------------------------
  212.  
  213. My special thank you's go to all the beta testers of 3.21 to 3.22 out there! 
  214. Life would be harder without you!
  215.  
  216. -----------------------------------------------------------------------------
  217.  
  218. April 1997
  219.  
  220.     Thomas
  221.